home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 March / CHIP Mart 1997.iso / SurfCam / SURFCAM.Z / ACR6.M3 < prev    next >
Text File  |  1996-04-01  |  4KB  |  144 lines

  1. name Acroloc GN-6M 3 Axis
  2.  
  3. % 00
  4. / 00
  5. N >4
  6. n 4
  7. G 2
  8. S 2 Limit 01 99 Mult .02666
  9. s 4
  10. H 2
  11. D 2
  12. M 2
  13. T 2
  14. z ->3.>4 Z
  15. X ->3.>4
  16. Y ->3.>4
  17. Z ->3.>4
  18. R ->3.>4
  19. I ->3.>4
  20. J ->3.>4
  21. K ->3.>4
  22. r ->3.>4 R
  23. F >4.>2
  24. Q ->3.>4
  25. P ->3.>4
  26. b 00 )
  27.  
  28. ModalLetters X Y Z F A                # List of letters that are modal    
  29.  
  30. ModalGs 0 1 2 3 73 74 76 80 81 82 83 84 85  # List of g codes that are modal    
  31.  
  32. Sequence#s N 1 1 10                   # Char, freq, incr & start          
  33. First#? N                             # Y or N  'Output 1st sequence no.  
  34. Last#? N                              # Y or N  'Output last sequence no. 
  35.  
  36. HCode X                               # X or X U  'Horizontal char.       
  37. VCode Y                               # Y or Y V  'Vertical char.         
  38. DCode Z                               # Depth char.                       
  39. FeedCode F                            # Feed rate char.                   
  40.  
  41. Comment ( )                           # Begin End comment char.           
  42. Spaces? Y                             # Y or N  'Spaces between words     
  43.  
  44. Spindle 3 4 5                         # Cw, ccw & stop m codes            
  45. Coolant 7 9 8                         # On, Off & Mist m codes            
  46. DComp 41 42 40                        # Left, Right & Cancel m codes      
  47. LComp 43 49                           # On & Off codes                    
  48.  
  49. Feed G1                             # Linear move                       
  50. Rapid G0                            # Rapid positioning word            
  51. Cw G2                               # Circular move clockwise           
  52. Ccw G3                              # Circular move counter clockwise   
  53. Inc/Abs G 91 90                       # Inc & Abs char. & values          
  54. CtrCode r                             # I J or R or I J K L               
  55. Helical? N
  56.  
  57. Incremental? N                        # Y or N  'Inc or abs output        
  58. CtrIncremental? Y                     # Y or N  'Inc or abs I & J         
  59. ByQuadrants? N                        # Y or N  'Break arcs at quadrants  
  60.  
  61. Work G                                # Work offset register              
  62.  
  63. UppercaseComments? Y                  # Y or N 'Require uppercase comments
  64.  
  65. Drill                                 # Drilling canned/manual cycle      
  66. G81 G99 R[Vclear] z[D] F[FRate] X[H] Y[V]
  67. end cancel
  68.  
  69. Peck                                  # Pecking canned/manual cycle       
  70. G83 G99 R[Vclear] z[D] F[FRate] Q[VBite] X[H] Y[V]
  71. end cancel
  72.  
  73. Tap                                   # Tapping canned/manual cycle       
  74. G84 G99 R[Vclear] z[D] F[Frate] Q[VBite] X[H] Y[V]
  75. end cancel
  76.  
  77. LTap                                  # Left handed tapping cycle         
  78. G74 G99 R[Vclear] z[D] F[Frate] Q[VBite] X[H] Y[V]
  79. end cancel
  80.  
  81. Ream                                  # Reaming canned/manual cycle       
  82. G85 G99 R[Vclear] z[D] F[FRate] X[H] Y[V]
  83. end cancel
  84.  
  85. Bore                                  # Boring canned/manual cycle        
  86. G86 G99 R[Vclear] z[D] F[FRate] X[H] Y[V]
  87. end cancel
  88.  
  89. Back                                  # Back boring canned/manual cycle   
  90. G76 G99 R[Vclear] z[D] F[FRate] Q[Sclear] X[H] Y[V]
  91. end cancel
  92.  
  93. Cancel                                # Cancel a canned/manual cycle      
  94. G80
  95. end
  96.  
  97. StartCode                             # Start of the program              
  98. %0
  99. n9999
  100. End
  101.  
  102. 1stToolChange                         # First tool change                 
  103. G90 G40 G80 G17
  104. M[Direct]
  105. G0 X[H] Y[V] Z[D] S[Speed] M42
  106. s[Speed] b0
  107. T[Tool]
  108. G0 G44 F0. H[Lcomp]
  109. M[Cool] Z[D]
  110. End
  111.  
  112. Infeed                                # Enable cutter comp                
  113. G1 G[Side] X[H] Y[V] F[FRate] D[DComp]
  114. end
  115.  
  116. Outfeed                               # Disable cutter comp               
  117. G40 X[H] Y[V]
  118. Z[D]
  119. end
  120.  
  121. ToolChange                            # Secondary tool changes            
  122. M5 M9
  123. G49 G0 Z0
  124. M1
  125. M[Direct]
  126. X[H] Y[V] S[Speed] M42
  127. s[Speed] b0
  128. T[Tool]
  129. G44 H[Lcomp] M[Cool]
  130. End
  131.  
  132. EndCode                               # End of the program                
  133. M5 M9
  134. G49 G0
  135. X0 Y0
  136. T[Tool1]
  137. G44 G0 X[H] Y[V] H0
  138. M30
  139. %0
  140. End
  141.  
  142. Replace "n9999" with "( Acroloc VMC/GN-6M - Machine# 0108 )"
  143. Replace " s" with "( ----- Programmed RPM: "
  144.